home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / randread < prev    next >
Text File  |  2001-03-21  |  350b  |  18 lines

  1. Synopsis:
  2.    $randread(<fd>)
  3.  
  4. Technical:
  5.    This function reads a random line from a file opened with the $open()
  6.    function.
  7.  
  8. Practical:
  9.    This function has many novelty uses: random messages for /quit, /kick,
  10.    /part, or /topic.
  11.  
  12. Returns:
  13.    data read from file, or nothing on error
  14.  
  15. See Also:
  16.    close(6); open(6); read(6)
  17.  
  18.